ComponentOne Xamarin.Android
Count Property (C1PagedCollectionView<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1PagedCollectionView<T> Class : Count Property
Gets the number of elements in the collection.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Count As Integer
'Usage
 
Dim instance As C1PagedCollectionView(Of T)
Dim value As Integer
 
value = instance.Count
public override int Count {get;}
See Also

Reference

C1PagedCollectionView<T> Class
C1PagedCollectionView<T> Members